UPDATE ROLE_TYPE
Set Role_Decription='Requester'
WHERE role_type_id=2


INSERT [dbo].[WorkflowStatus] ([Id], [Description]) VALUES (12, N'Cancelled')
GO
